gpsbabel.git
22 years agoWarning cleanup.
robertl [Tue, 30 Sep 2003 22:15:19 +0000 (22:15 +0000)]
Warning cleanup.

22 years agoAdd Mark Bradley's tool to generate a windows cmd file from testo.
robertl [Tue, 30 Sep 2003 13:55:14 +0000 (13:55 +0000)]
Add Mark Bradley's tool to generate a windows cmd file from testo.

22 years agoAdd testo cases for mapsource tracks.
robertl [Tue, 30 Sep 2003 13:39:13 +0000 (13:39 +0000)]
Add testo cases for mapsource tracks.

22 years agoMapsource changes from Mark Bradley.
robertl [Tue, 30 Sep 2003 13:35:38 +0000 (13:35 +0000)]
Mapsource changes from Mark Bradley.

22 years agoAdd doc for Mapsource format. From Mark Bradley.
robertl [Tue, 30 Sep 2003 04:54:08 +0000 (04:54 +0000)]
Add doc for Mapsource format.  From Mark Bradley.

22 years agoTerminate allocated string.
robertl [Tue, 30 Sep 2003 04:51:37 +0000 (04:51 +0000)]
Terminate allocated string.

22 years agoOverhaul from Mark Bradley to handle multiple versions & add track support.
robertl [Tue, 30 Sep 2003 04:50:24 +0000 (04:50 +0000)]
Overhaul from Mark Bradley to handle multiple versions & add track support.

22 years agoFrom Rick: Add iconismarker.
robertl [Fri, 26 Sep 2003 13:12:28 +0000 (13:12 +0000)]
From Rick: Add iconismarker.

22 years agoDon't run backward past beginning of all-whitespace string.
robertl [Tue, 23 Sep 2003 15:56:08 +0000 (15:56 +0000)]
Don't run backward past beginning of all-whitespace string.

22 years agoAdd tabsep, fix potential null deref on link text csv output, doc LAT_DIR, LON_DIR...
robertl [Tue, 23 Sep 2003 13:39:53 +0000 (13:39 +0000)]
Add tabsep, fix potential null deref on link text csv output, doc LAT_DIR, LON_DIR.   Mostly from Rick Richardson.

22 years agoFix C99-ism.
robertl [Tue, 23 Sep 2003 12:09:43 +0000 (12:09 +0000)]
Fix C99-ism.

22 years agoAdd "ARC" so chkdoc will recognize it.
robertl [Mon, 22 Sep 2003 17:04:44 +0000 (17:04 +0000)]
Add "ARC" so chkdoc will recognize it.

22 years agoMinor release tweaking.
robertl [Mon, 22 Sep 2003 13:42:29 +0000 (13:42 +0000)]
Minor release tweaking.

22 years agoTest for errors before returning.
robertl [Mon, 22 Sep 2003 02:23:54 +0000 (02:23 +0000)]
Test for errors before returning.

22 years agoMassive search-and-replace to eliminate non-unneeded args being passed
robertl [Mon, 22 Sep 2003 02:03:50 +0000 (02:03 +0000)]
Massive search-and-replace to eliminate non-unneeded args being passed
to the read and write inits.
gpx.c had non-mechanical changes for logpoint and urlbase options.

22 years agoAdd navicache reference files.
robertl [Mon, 22 Sep 2003 01:38:15 +0000 (01:38 +0000)]
Add navicache reference files.

22 years agoTypo fix.
robertl [Mon, 22 Sep 2003 01:21:11 +0000 (01:21 +0000)]
Typo fix.

22 years agoAdd navicache as a (read-only) format.
robertl [Mon, 22 Sep 2003 01:08:46 +0000 (01:08 +0000)]
Add navicache as a (read-only) format.

22 years agoReplace brain-damaged scale option with xpixels and ypixels options.
robertl [Mon, 22 Sep 2003 00:44:06 +0000 (00:44 +0000)]
Replace brain-damaged scale option with xpixels and ypixels options.

22 years agoRemove output data length constraints from OziExplorer format.
alexmot [Thu, 18 Sep 2003 21:08:40 +0000 (21:08 +0000)]
Remove output data length constraints from OziExplorer format.

22 years agoClean up compiler warnings.
alexmot [Mon, 15 Sep 2003 13:06:07 +0000 (13:06 +0000)]
Clean up compiler warnings.

22 years agoFix memory leakage with GPX/XML extension tags
alexmot [Mon, 15 Sep 2003 13:05:09 +0000 (13:05 +0000)]
Fix memory leakage with GPX/XML extension tags

22 years agoFix scaling for horizontal components of maps.
robertl [Wed, 10 Sep 2003 22:40:03 +0000 (22:40 +0000)]
Fix scaling for horizontal components of maps.

22 years agoAdd bunch of esoteric options.
robertl [Wed, 10 Sep 2003 14:12:39 +0000 (14:12 +0000)]
Add bunch of esoteric options.
From Rick and myself.

22 years agoBump version for a beta.
robertl [Fri, 5 Sep 2003 02:49:43 +0000 (02:49 +0000)]
Bump version for a beta.

22 years agoAdd margin as an option that be specified as a percentage or in degrees.
robertl [Fri, 5 Sep 2003 02:45:30 +0000 (02:45 +0000)]
Add margin as an option that be specified as a percentage or in degrees.

22 years agoFix imaginary memory allocation problem.
alexmot [Thu, 4 Sep 2003 15:37:18 +0000 (15:37 +0000)]
Fix imaginary memory allocation problem.

22 years agoAdd nosort suboption.
robertl [Wed, 3 Sep 2003 19:32:28 +0000 (19:32 +0000)]
Add nosort suboption.

22 years agooops. Only want to do the usage thing if they provided some non-option argument.
parkrrrr [Tue, 2 Sep 2003 18:34:04 +0000 (18:34 +0000)]
oops.  Only want to do the usage thing if they provided some non-option argument.

22 years agofix segfault when command line was 'gpsbabel foo' or the more likely 'gpsbabel -...
parkrrrr [Tue, 2 Sep 2003 18:28:50 +0000 (18:28 +0000)]
fix segfault when command line was 'gpsbabel foo' or the more likely 'gpsbabel --help' or 'gpsbabel /?'

22 years agofix gcc compile error due to misplaced declaration
parkrrrr [Tue, 2 Sep 2003 18:25:22 +0000 (18:25 +0000)]
fix gcc compile error due to misplaced declaration

22 years agoDon't average coords to center map. Instead use bounding box.
robertl [Tue, 2 Sep 2003 16:53:10 +0000 (16:53 +0000)]
Don't average coords to center map.  Instead use bounding box.

22 years agoAdd shortname capping.
robertl [Sun, 31 Aug 2003 02:42:55 +0000 (02:42 +0000)]
Add shortname capping.

22 years agoAdd a shortname test.
robertl [Fri, 29 Aug 2003 21:59:34 +0000 (21:59 +0000)]
Add a shortname test.

22 years agoDon't use default VMIN/VTIME. Explicitly set them. From Anders Andersson.
robertl [Fri, 29 Aug 2003 18:47:44 +0000 (18:47 +0000)]
Don't use default VMIN/VTIME.   Explicitly set them.   From Anders Andersson.

22 years agoMake GPX not crash when we have -s and *only* a shortname already.
robertl [Wed, 27 Aug 2003 18:05:41 +0000 (18:05 +0000)]
Make GPX not crash when we have -s and *only* a shortname already.

22 years agoMake unknown -x arguments into an error.
robertl [Wed, 27 Aug 2003 18:04:52 +0000 (18:04 +0000)]
Make unknown -x arguments into an error.

22 years agoStrip field separators (colons) out of tiger output.
robertl [Tue, 26 Aug 2003 19:58:08 +0000 (19:58 +0000)]
Strip field separators (colons) out of tiger output.

22 years agoFix segfault with DeLorme .rte files
parkrrrr [Tue, 26 Aug 2003 15:37:44 +0000 (15:37 +0000)]
Fix segfault with DeLorme .rte files

22 years agoAdd Delorme route reading. From Ron Parker.
robertl [Tue, 26 Aug 2003 14:55:27 +0000 (14:55 +0000)]
Add Delorme route reading.   From Ron Parker.

22 years agoRegenreate deps.
robertl [Mon, 25 Aug 2003 21:20:27 +0000 (21:20 +0000)]
Regenreate deps.

22 years agoFix UDI_QUEUE_EMPTY in case someone wants to use it...
robertl [Mon, 25 Aug 2003 21:17:06 +0000 (21:17 +0000)]
Fix UDI_QUEUE_EMPTY in case someone wants to use it...

22 years agoAdded this in case someone wants to run with it...
robertl [Mon, 18 Aug 2003 18:39:47 +0000 (18:39 +0000)]
Added this in case someone wants to run with it...

22 years agoDo the magellan cache icon thing for mapsend, too. (Why didn't I commit
robertl [Mon, 18 Aug 2003 18:09:22 +0000 (18:09 +0000)]
Do the magellan cache icon thing for mapsend, too.   (Why didn't I commit
this a year ago?)

22 years agoFix crash when no descr available.
robertl [Mon, 18 Aug 2003 18:09:01 +0000 (18:09 +0000)]
Fix crash when no descr available.

22 years agoDocumentation updates and typo corrections.
alexmot [Thu, 14 Aug 2003 13:00:27 +0000 (13:00 +0000)]
Documentation updates and typo corrections.

22 years agoBump version number.
robertl [Tue, 12 Aug 2003 22:41:56 +0000 (22:41 +0000)]
Bump version number.

22 years agoAdd mapopolis.com mapconverter format as an internally parsed XCSV style.
alexmot [Tue, 12 Aug 2003 14:57:38 +0000 (14:57 +0000)]
Add mapopolis.com mapconverter format as an internally parsed XCSV style.

22 years agoUse isatty instead of stat/S_ISCHR to determine "serialness".
robertl [Mon, 11 Aug 2003 16:30:55 +0000 (16:30 +0000)]
Use isatty instead of stat/S_ISCHR to determine "serialness".

22 years ago(route #0 bug) enforce sequential route numbers when writing route output.
alexmot [Wed, 6 Aug 2003 14:13:17 +0000 (14:13 +0000)]
(route #0 bug) enforce sequential route numbers when writing route output.

22 years agoduplicate filter would crash if there wre no waypoints in the list
parkrrrr [Tue, 5 Aug 2003 15:02:01 +0000 (15:02 +0000)]
duplicate filter would crash if there wre no waypoints in the list

22 years agoAdd -O by default. Allow additional debug & opts from cmd line.
robertl [Thu, 31 Jul 2003 16:38:00 +0000 (16:38 +0000)]
Add -O by default.  Allow additional debug & opts from cmd line.

22 years agofixed apparent but not real memory leak
parkrrrr [Thu, 31 Jul 2003 16:23:22 +0000 (16:23 +0000)]
fixed apparent but not real memory leak

22 years agodrip, drip, drip... fixed some memory leaks
parkrrrr [Thu, 31 Jul 2003 15:23:28 +0000 (15:23 +0000)]
drip, drip, drip... fixed some memory leaks

22 years agoadd polygon caveats
parkrrrr [Thu, 31 Jul 2003 14:38:44 +0000 (14:38 +0000)]
add polygon caveats

22 years agolots of math optimizations
parkrrrr [Thu, 31 Jul 2003 14:26:43 +0000 (14:26 +0000)]
lots of math optimizations

22 years agoDoh! Commit the right version...
robertl [Wed, 30 Jul 2003 05:10:12 +0000 (05:10 +0000)]
Doh!   Commit the right version...

22 years agoRobustify on missing input comments.
robertl [Wed, 30 Jul 2003 04:54:25 +0000 (04:54 +0000)]
Robustify on missing input comments.

22 years agoTighten doc on Mapsource and PCX a little.
robertl [Tue, 29 Jul 2003 22:02:55 +0000 (22:02 +0000)]
Tighten doc on Mapsource and PCX a little.

22 years agoMake GPX input modules optional.
robertl [Tue, 29 Jul 2003 19:29:14 +0000 (19:29 +0000)]
Make GPX input modules optional.

22 years ago1. Fix bug with field delimiter getting overwritten by record delimiter.
alexmot [Tue, 29 Jul 2003 15:49:07 +0000 (15:49 +0000)]
1. Fix bug with field delimiter getting overwritten by record delimiter.
2. Add field and record delimiters to bad characters by default.

22 years agoyet more totally gratituous warning cleanups.
robertl [Mon, 28 Jul 2003 22:59:01 +0000 (22:59 +0000)]
yet more totally gratituous warning cleanups.

22 years agoRemove zillions of unused local variables.
robertl [Mon, 28 Jul 2003 22:38:26 +0000 (22:38 +0000)]
Remove zillions of unused local variables.

22 years agoMore "zero value added" language cleanups.
robertl [Mon, 28 Jul 2003 21:08:43 +0000 (21:08 +0000)]
More "zero value added" language cleanups.

22 years agoAdd additional cache types for Magproto.
robertl [Mon, 28 Jul 2003 20:56:00 +0000 (20:56 +0000)]
Add additional cache types for Magproto.
Misc lang cleanups.

22 years agoNuke dead locals.
robertl [Mon, 28 Jul 2003 20:45:51 +0000 (20:45 +0000)]
Nuke dead locals.

22 years agoClean up sign/unsign warnings in stupidest possible way.
robertl [Mon, 28 Jul 2003 20:40:55 +0000 (20:40 +0000)]
Clean up sign/unsign warnings in stupidest possible way.

22 years agoBetter Garmin icon mappings for geocaches from Ian Mahuron.
robertl [Mon, 28 Jul 2003 16:43:53 +0000 (16:43 +0000)]
Better Garmin icon mappings for geocaches from Ian Mahuron.

22 years agoremove almost all references to stderr; make them all either fatal() or warning()
parkrrrr [Fri, 25 Jul 2003 16:41:11 +0000 (16:41 +0000)]
remove almost all references to stderr; make them all either fatal() or warning()

22 years agoadd argument type and flags to argument specifications as an aid to potential GUIs
parkrrrr [Fri, 25 Jul 2003 16:09:43 +0000 (16:09 +0000)]
add argument type and flags to argument specifications as an aid to potential GUIs

22 years agoFix waypoint output indexes when using multiple output files in xcsv and Topo!
alexmot [Wed, 23 Jul 2003 13:56:49 +0000 (13:56 +0000)]
Fix waypoint output indexes when using multiple output files in xcsv and Topo!

22 years agoadd 'exclude' option to radius filter
parkrrrr [Mon, 21 Jul 2003 21:19:02 +0000 (21:19 +0000)]
add 'exclude' option to radius filter

22 years agojust a minor spacing thing
parkrrrr [Sun, 20 Jul 2003 19:48:51 +0000 (19:48 +0000)]
just a minor spacing thing

22 years agoadd polygon filter
parkrrrr [Sun, 20 Jul 2003 19:46:57 +0000 (19:46 +0000)]
add polygon filter

22 years agoModify header-reading code to better handle different variants of .mps files
parkrrrr [Sat, 19 Jul 2003 16:26:01 +0000 (16:26 +0000)]
Modify header-reading code to better handle different variants of .mps files

22 years agoFix "An attempt was made to access an unamed file past its end" issue in NG Topo.
alexmot [Fri, 18 Jul 2003 13:24:31 +0000 (13:24 +0000)]
Fix "An attempt was made to access an unamed file past its end" issue in NG Topo.

22 years agoRegenerate.
robertl [Fri, 18 Jul 2003 03:26:39 +0000 (03:26 +0000)]
Regenerate.

22 years agoAdd 'arc' style and xcsv support for tracks and routes
parkrrrr [Thu, 17 Jul 2003 23:25:46 +0000 (23:25 +0000)]
Add 'arc' style and xcsv support for tracks and routes

22 years agoFix problems with the warning, add exclude option
parkrrrr [Thu, 17 Jul 2003 23:14:24 +0000 (23:14 +0000)]
Fix problems with the warning, add exclude option

22 years agoWarn people to not edit generated files.
robertl [Thu, 17 Jul 2003 17:34:18 +0000 (17:34 +0000)]
Warn people to not edit generated files.

22 years agoReview feedback. From Ron.
robertl [Thu, 17 Jul 2003 15:58:24 +0000 (15:58 +0000)]
Review feedback.   From Ron.

22 years agoIncorporate distance-along-a-route doc. From Ron.
robertl [Thu, 17 Jul 2003 15:58:15 +0000 (15:58 +0000)]
Incorporate distance-along-a-route doc.  From Ron.

22 years agoWhack dead code.
robertl [Thu, 17 Jul 2003 05:22:41 +0000 (05:22 +0000)]
Whack dead code.

22 years agoAdd reference gpilots file.
robertl [Thu, 17 Jul 2003 05:11:12 +0000 (05:11 +0000)]
Add reference gpilots file.

22 years agoTest GPilotS support.
robertl [Thu, 17 Jul 2003 05:10:25 +0000 (05:10 +0000)]
Test GPilotS support.

22 years agoAdd rest of Ron's arc distance stuff.
robertl [Thu, 17 Jul 2003 05:09:05 +0000 (05:09 +0000)]
Add rest of Ron's arc distance stuff.

22 years agoAdd rest of Ron's arcdist filter.
robertl [Thu, 17 Jul 2003 05:08:37 +0000 (05:08 +0000)]
Add rest of Ron's arcdist filter.

22 years agoAdd ability to write GPilotS waypoints.
robertl [Thu, 17 Jul 2003 05:05:50 +0000 (05:05 +0000)]
Add ability to write GPilotS waypoints.
Doc GPilotS

22 years agoDeliver useful error on unknown input type.
robertl [Thu, 17 Jul 2003 03:26:40 +0000 (03:26 +0000)]
Deliver useful error on unknown input type.

22 years agoVaporize docopy
robertl [Tue, 15 Jul 2003 17:42:04 +0000 (17:42 +0000)]
Vaporize docopy

22 years agocorrect several minor language violations. From Bruce Thompson and myself...
robertl [Tue, 15 Jul 2003 16:36:20 +0000 (16:36 +0000)]
correct several minor language violations.  From Bruce Thompson and myself...

22 years agoPick up missing commit to add centisecs.
robertl [Mon, 14 Jul 2003 19:57:11 +0000 (19:57 +0000)]
Pick up missing commit to add centisecs.

22 years agoCommit incomplete clickable image maps in the hopes that someone else
robertl [Mon, 14 Jul 2003 19:56:16 +0000 (19:56 +0000)]
Commit incomplete clickable image maps in the hopes that someone else
can run with that...

22 years agoAlan Acurry reports that Mapsned hoses if you edit a file with a comment
robertl [Sat, 12 Jul 2003 04:46:35 +0000 (04:46 +0000)]
Alan Acurry reports that Mapsned hoses if you edit a file with a comment
that's > 30 chars, so we truncate them here.

22 years agoAdd chkdoc.
robertl [Fri, 11 Jul 2003 04:51:43 +0000 (04:51 +0000)]
Add chkdoc.

22 years agoWorkaround Meridian timewarp on tracks.
robertl [Fri, 11 Jul 2003 04:50:07 +0000 (04:50 +0000)]
Workaround Meridian timewarp on tracks.
Implement centiseconds.

22 years agoAdd centisecs to track accesses.
robertl [Fri, 11 Jul 2003 04:49:36 +0000 (04:49 +0000)]
Add centisecs to track accesses.

22 years agoSketch in (crude) gpilots code so someone else can finish it.
robertl [Thu, 10 Jul 2003 06:02:12 +0000 (06:02 +0000)]
Sketch in (crude) gpilots code so someone else can finish it.

22 years agoDoh! Typo fix for description being clobbered.
robertl [Wed, 9 Jul 2003 16:04:55 +0000 (16:04 +0000)]
Doh!   Typo fix for description being clobbered.

22 years agoAdd snlen and supporesswhite to gpx output options.
robertl [Thu, 3 Jul 2003 21:07:35 +0000 (21:07 +0000)]
Add snlen and supporesswhite to gpx output options.